-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(feat) update hyper to 0.14 #74
base: main
Are you sure you want to change the base?
Conversation
This doesn't compile. Can you make sure you run check and tests locally via:
|
Sorry, let me check later today |
It seems the main branch doesn't compile on wasm either, due to error from |
@Fishrock123 it compiles on all targets. However, because the |
@sunng87 Could you add a separate feature flag for this? That we we can land it sooner. |
@Fishrock123 I'm not quite sure if a feature flag could fix this. Could you please show me some detail about that? |
I've just run into this via http-rs/surf#295, is there any action to follow this up? |
this could work but needs to be under a versioned flag, e.g. |
Do you mean that you prefer a feature flag such as: [features]
wasm_getrandom = ["getrandom/js"]
wasm_client = ["other features", "wasm_getrandom"] Instead of: [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2.2"
features = ["js"] Otherwise, can you elaborate so we can get this merged soon? :) |
Please review this PR, it would be great to be able to use surf with Tokio 1.0 :-) |
Fixes #73